[][src]Crate resvg

resvg is an SVG rendering library.

Macros

try_opt

Unwraps Option and invokes return on None.

try_opt_or

Unwraps Option and invokes return $ret on None.

try_opt_warn_or

Unwraps Option and invokes return $ret on None with a warning.

Structs

Image

A raster image that contains rendering results.

ScreenSize

A 2D screen size representation.

Functions

render

Renders an SVG to image.

render_node

Renders an SVG node to image.

Type Definitions

RGBA8

8-bit RGBA, alpha is last. 0 = transparent, 255 = opaque.